home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TSCRATCHSPREADFORM / TSCRATCHSPREADFORM.txt
Encoding:
Text File  |  2004-03-08  |  3.8 KB  |  151 lines

  1. object ScratchSpreadForm: TScratchSpreadForm
  2.   Left = 242
  3.   Top = 340
  4.   Width = 571
  5.   Height = 232
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Scratch Results'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PopupMenu = PopupMenu1
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object tsGrid1: TtsGrid
  22.     Left = 0
  23.     Top = 0
  24.     Width = 563
  25.     Height = 203
  26.     Align = alClient
  27.     AlwaysShowEditor = False
  28.     BorderStyle = bsNone
  29.     CheckBoxStyle = stCheck
  30.     ColMoving = False
  31.     Cols = 2
  32.     DefaultRowHeight = 20
  33.     ExportDelimiter = ','
  34.     FixedColCount = 1
  35.     FixedLineColor = clNone
  36.     FocusColor = clHighlight
  37.     FocusFontColor = clHighlightText
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Pitch = fpVariable
  43.     Font.Style = []
  44.     GridMode = gmBrowse
  45.     HeadingFont.Charset = ANSI_CHARSET
  46.     HeadingFont.Color = clWindowText
  47.     HeadingFont.Height = -11
  48.     HeadingFont.Name = 'MS Sans Serif'
  49.     HeadingFont.Pitch = fpVariable
  50.     HeadingFont.Style = []
  51.     HeadingHeight = 20
  52.     HeadingParentFont = False
  53.     HeadingVertAlignment = vtaCenter
  54.     HeadingWordWrap = wwOff
  55.     ParentFont = False
  56.     ParentShowHint = False
  57.     ResizeRows = rrNone
  58.     RowBarAlignment = vtaCenter
  59.     RowChangedIndicator = riAutoReset
  60.     RowMoving = False
  61.     Rows = 2
  62.     SelectionType = sltColor
  63.     SelectFixed = False
  64.     ShowHint = True
  65.     TabOrder = 0
  66.     ThumbTracking = True
  67.     Version = '2.20.24'
  68.     VertAlignment = vtaCenter
  69.     WordWrap = wwOff
  70.     XMLExport.Version = '1.0'
  71.     XMLExport.DataPacketVersion = '2.0'
  72.     OnCellChanged = tsGrid1CellChanged
  73.     OnCellLoaded = tsGrid1CellLoaded
  74.     OnDblClickCell = tsGrid1DblClickCell
  75.     OnKeyDown = tsGrid1KeyDown
  76.     ColProperties = <
  77.       item
  78.         DataCol = 1
  79.         Col.HeadingButton = cbNone
  80.         Col.HeadingHorzAlignment = htaRight
  81.         Col.Is3D = True
  82.         Col.ReadOnly = True
  83.         Col.HorzAlignment = htaRight
  84.       end>
  85.   end
  86.   object PopupMenu1: TPopupMenu
  87.     Left = 29
  88.     Top = 72
  89.     object GetCurrentTabsData1: TMenuItem
  90.       Caption = 'Get Current Tab'#39's Data'
  91.       OnClick = GetCurrentTabsData1Click
  92.     end
  93.     object Lineupwithtopofspreadsheet1: TMenuItem
  94.       Caption = 'Line up with top of spreadsheet'
  95.       OnClick = Lineupwithtopofspreadsheet1Click
  96.     end
  97.     object Lineupwithleftsideofspeadsheet1: TMenuItem
  98.       Caption = 'Line up with left side of speadsheet'
  99.       OnClick = Lineupwithleftsideofspeadsheet1Click
  100.     end
  101.     object N3: TMenuItem
  102.       Caption = '-'
  103.     end
  104.     object Showcelldetaildoubleclick1: TMenuItem
  105.       Caption = 'Show cell detail (double-click)'
  106.       OnClick = Showcelldetaildoubleclick1Click
  107.     end
  108.     object N1: TMenuItem
  109.       Caption = '-'
  110.     end
  111.     object SelectAll1: TMenuItem
  112.       Caption = 'Select All'
  113.       ShortCut = 16449
  114.       OnClick = SelectAll1Click
  115.     end
  116.     object CopySelection1: TMenuItem
  117.       Caption = 'Copy Selection'
  118.       ShortCut = 16451
  119.       OnClick = CopyClick
  120.     end
  121.     object CopyAll1: TMenuItem
  122.       Tag = 1
  123.       Caption = 'Copy All'
  124.       OnClick = CopyClick
  125.     end
  126.     object CopySelectionwithtitles1: TMenuItem
  127.       Tag = 2
  128.       Caption = 'Copy Selection with titles'
  129.       OnClick = CopyClick
  130.     end
  131.     object CopyAllwithtitles1: TMenuItem
  132.       Tag = 3
  133.       Caption = 'Copy All with titles'
  134.       OnClick = CopyClick
  135.     end
  136.     object N2: TMenuItem
  137.       Caption = '-'
  138.     end
  139.     object Close1: TMenuItem
  140.       Caption = 'Close'
  141.       OnClick = Close1Click
  142.     end
  143.     object Close21: TMenuItem
  144.       Caption = 'Close2'
  145.       ShortCut = 122
  146.       Visible = False
  147.       OnClick = Close21Click
  148.     end
  149.   end
  150. end
  151.